.swiper-button-next, .swiper-button-prev {
    background: rgba(255,255,255,0.3);
    width:40px !important;
    height: 40px !important;
    color: #fff !important;
    border-radius: 30px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size:18px !important;
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}

table {
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    margin-bottom: 15px;
}

table tr td {
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 20px;
    color: #555;
}

table tr:nth-child(odd) {
    background: #f4f5f6
}


.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
}